body{
	background-image:url('bg.jpg');
}

.siconh{
	color:white;
	background-color:#295599;
	border-radius:30px;
	height:30px;
	width:30px;
	text-align:center;
	border:none;
	line-height:30px;
	transition:1.4s;
}
.siconh:hover{
	color:color;
	background-color:red;
	border-radius:30px;
	height:30px;
	width:30px;
	text-align:center;
	border:none;
	line-height:30px;
transition:1.4s;
transform:rotatey(360deg);	
}

.navbar-default{
	
	background-color:#337AB7;
	border:none;
}

.carouselbottom{
	
	position:relative;
	bottom:18px;
	
	
}
.imgg{
	
	position:relative;
	bottom:12px;
	
}

.panelhvr{
	
	transition:1.2s;
	
}

.panelhvr:hover{
	
	transition:.2s;
	transform:scale(1.1);
}

.adecoration{
	font-weight:bolder;
	transition:2s;
}
.adecoration:hover{
	text-decoration:none;
	transition:.5s;
	transform:scale(1.1);
}
.navbar-default{
	
	background-color:#337AB7;
	border:none;
}

.ql{
	
	color:#888888;
	transition:1s;
	font-size:14px;
}

.ql:hover{
	color:red;
	transition:1s;
	transform:rotatey(360deg);
}

.dropdown-menu{
	
	background-color:#1D6A8E;
	border-radius:10px;
	
}
.dropdown-menu>li>a{
color:#6ADCF5;
width:20%;
transition:.1s;
}	

.divider{
	
	border:0.5px solid #16516D;
	width:98%;
}

.dropdown-menu>li>a:hover{
	
	color:white ;
	background: linear-gradient(#6EDFFA,#38A4D8,#1B6589,#103D52,#09202B);
	width:100%;
	transition:.6s;
	
}

.navbar{
	background-color:#337AB7;
}


.dropdown-menu{
	background-color:black;
	opacity:0.9;
}

.dropdown-menu>ol>li>a{
	opacity:1;
}




.main{
	
	
	
	background-color:#f5f5f5;
	padding:30px;
	margin-bottom:20px;
	border:1px solid #337AB7;
	width:50%;
	
}


.image{
	height:200px;
	width:200px;
	transition:2.5s;
	
}

.image:hover{
	
	transition:.5s;
	transform:rotate(360deg);
	
}


.links{
	
	transition:1s;
	
}

.links:hover{
	
	transform:scale(1.1);
	transition:.1s;
	
}